projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abfb071
)
(Fsubstitute_command_keys): Fix counding bytes.
author
Kenichi Handa
<handa@m17n.org>
Tue, 2 Mar 2004 06:11:48 +0000
(06:11 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 2 Mar 2004 06:11:48 +0000
(06:11 +0000)
src/doc.c
patch
|
blob
|
history
diff --git
a/src/doc.c
b/src/doc.c
index 0e22f6d105962c31b6bda7492ddc0ac551231855..930afc88e23f709089de91cd4cde6112d9bb7515 100644
(file)
--- a/
src/doc.c
+++ b/
src/doc.c
@@
-821,7
+821,7
@@
thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
start = strp;
start_idx = start - SDATA (string);
- while ((strp - SDATA (string) < S
CHAR
S (string))
+ while ((strp - SDATA (string) < S
BYTE
S (string))
&& *strp != '}' && *strp != '>')
strp++;